xcFrame Property Help Version 1

xcFrame Main Menu

Worldwide Productions Inc.
ONLINE MENU

http://www.wwp-inc.com


WWP HOME
WWP ONLINE HELP
WWP DOWNLOADS


______________

You must have a
connection to the internet for
online option to function.

Properties are listed in alphabetical order.
xcBackColor
xcBackPicture
xcBevelHighLigh
xcBevelShadow
xcBevelShape
xcBevelSteps
xcBevelType
xcBevelWidth

More options
Custom Property Pages (General Information)

Events
Mouse Move()
Mouse Down()
Mouse Up()
Mouse Click()

BACK TO xcCONTROLS MAIN HELP PREVIOUS TOPIC NEXT TOPIC

 

xcBackColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the color of the frame background.
   
Example: object.xcBackColor = RGB(0,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBackPicture

 
Data Type: Picture Object
   
Description: Return or Set the picture that will be visible in the frame controls background.
   
Example: object.xcBackPicture = a valid picture file.

Remarks
A valid picture file can be any of the following file formats.
  1. *.bmp,*.dib
  2. *.wmf,*.emf
  3. *.gif
  4. *.jpg

 

MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelHighLight

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the highlight color of the bevel.
   
Example: object.xcBevelHighLigh = RGB(255,255,255)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelShadow

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the shadow of the bevel.
   
Example: object.xcBevelShadow = RGB(0,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelShape

 
Data Type: Single
   
Description: Return or Set the shape parameter of the bevel.  The default value of 0.5 gives the bevel a rounded look.  A lower value moves the highlight of the bevel  toward the outer edges.  A higher value moves the highlight of the bevel toward the inner edges.
   
Example: object.xcBevelShape = 0.5
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelSteps

 
Data Type: Integer
   
Description: Return or Set the number of steps that the bevel will take to produce a shading effect.  The property and xcBevelShape work hand-in-hand to produce many different types of bevel looks.
   
Example: object.xcBevelSteps = 25
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelType

 
Data Type: Integer
   
Description: Return or Set whether the bevel is an inner bevel or an outer bevel. With an inner bevel, the background is set towards the screen. With an outer bevel, the background is set away from the screen.
   
Example: object.xcBevelType = 0 - Inner
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBevelWidth

 
Data Type: Integer
   
Description: Return or Set the thickness of the bevels frame in pixels.
   
Example: object.xcBevelWidth = 10
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS